home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD World Haziran 1997
/
CD World Haziran 1997.iso
/
Cesitlemeler
/
The Journal
/
_SETUP.1
/
ClearBDE.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1996-12-12
|
262 b
|
16 lines
@echo off
ren _isreg32.dll *.sav
if not exist *.DLL goto skip1
del *.DLL
:skip1
ren *.sav *.dll
if not exist *.BLL goto skip2
del *.BLL
:skip2
if not exist BDECFG32.* goto skip3
del BDECFG32.*
:skip3
if not exist *.CNF goto skip4
del *.CNF
:skip4